ASP.NET MVC コントロールヘルプ
CssStyle メソッド

C1.Web.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ControlBuilder<TControl,TBuilder> クラス : CssStyle メソッド
CSS プロパティのキー
CSS プロパティの値
1つの CSS プロパティを設定します。
シンタックス
'宣言
 
Public Function CssStyle( _
   ByVal key As System.String, _
   ByVal value As System.String _
) As TBuilder
public TBuilder CssStyle( 
   System.string key,
   System.string value
)

パラメータ

key
CSS プロパティのキー
value
CSS プロパティの値

戻り値の型

現在のビルダ
参照

ControlBuilder<TControl,TBuilder> クラス
ControlBuilder<TControl,TBuilder> メンバ